projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2154219
)
; Update TODO list
author
Philip Kaludercic
<philipk@posteo.net>
Sun, 23 Oct 2022 16:18:37 +0000
(18:18 +0200)
committer
Philip Kaludercic
<philipk@posteo.net>
Sun, 23 Oct 2022 16:18:37 +0000
(18:18 +0200)
lisp/emacs-lisp/package-vc.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/package-vc.el
b/lisp/emacs-lisp/package-vc.el
index 61f8fb86ee525beac19f5e36644f58bc2226243c..d53329a736aa96822caa90f6ede8d6be8095eda3 100644
(file)
--- a/
lisp/emacs-lisp/package-vc.el
+++ b/
lisp/emacs-lisp/package-vc.el
@@
-34,6
+34,11
@@
;; of the package if already installed.
;; - Allow for ELPA specifications to be respected without
;; endangering the user with arbitrary code execution
+;; - Allow maintaining patches that are ported back onto regular
+;; packages and maintained between versions.
+;; - Allow locking the specific revisions of sourced packages
+;; (comparable to `package-selected-packages') so that specific
+;; revisions can be re-installed.
;;; Code: